[INFO] cloning repository https://github.com/euank/tokio-libvirt
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/euank/tokio-libvirt" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Feuank%2Ftokio-libvirt", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Feuank%2Ftokio-libvirt'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 280a77c8953d0ae7fdbe3375bddd0db98b1adbb2
[INFO] fixing euank/tokio-libvirt against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=end=2015,2024 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Feuank%2Ftokio-libvirt" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/euank/tokio-libvirt
[INFO] finished tweaking git repo https://github.com/euank/tokio-libvirt
[INFO] tweaked toml for git repo https://github.com/euank/tokio-libvirt written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/euank/tokio-libvirt on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/euank/tokio-libvirt already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: `tokio-libvirt` (manifest) generated 1 warning
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 0a8fd454d20fa0bbf67fa9ee9c8d01a117c4002fc2277d7fa3ef2c8012ba762f
[INFO] running `Command { std: "docker" "start" "0a8fd454d20fa0bbf67fa9ee9c8d01a117c4002fc2277d7fa3ef2c8012ba762f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "0a8fd454d20fa0bbf67fa9ee9c8d01a117c4002fc2277d7fa3ef2c8012ba762f" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0a8fd454d20fa0bbf67fa9ee9c8d01a117c4002fc2277d7fa3ef2c8012ba762f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "0a8fd454d20fa0bbf67fa9ee9c8d01a117c4002fc2277d7fa3ef2c8012ba762f" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=end=2015,2024", kill_on_drop: false }`
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating Cargo.toml from 2015 edition to 2018
[INFO] [stderr] warning: Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: `tokio-libvirt` (manifest) generated 1 warning
[INFO] [stderr]     Checking libc v0.2.18
[INFO] [stderr]    Compiling semver v0.1.20
[INFO] [stderr]     Checking log v0.3.6
[INFO] [stderr]     Checking cfg-if v0.1.0
[INFO] [stderr]     Checking bitflags v0.4.0
[INFO] [stderr]     Checking slab v0.3.0
[INFO] [stderr]     Checking lazycell v0.4.0
[INFO] [stderr]     Checking winapi v0.2.8
[INFO] [stderr]     Checking scoped-tls v0.1.0
[INFO] [stderr]     Checking utf8-ranges v0.1.3
[INFO] [stderr]     Checking regex-syntax v0.3.9
[INFO] [stderr]     Checking smallvec v0.2.1
[INFO] [stderr]     Checking take v0.1.0
[INFO] [stderr]    Compiling kernel32-sys v0.2.2
[INFO] [stderr]     Checking xdr v0.1.0 (https://github.com/euank/xdr-rs/?branch=update-for-current-rs#6e598cfa)
[INFO] [stderr]     Checking futures v0.1.7
[INFO] [stderr]    Compiling rustc_version v0.1.7
[INFO] [stderr]     Checking net2 v0.2.26
[INFO] [stderr]     Checking memchr v0.1.11
[INFO] [stderr]     Checking rand v0.3.15
[INFO] [stderr]     Checking thread-id v2.0.0
[INFO] [stderr]     Checking thread_local v0.2.7
[INFO] [stderr]     Checking aho-corasick v0.5.3
[INFO] [stderr]     Checking tokio-service v0.1.0 (https://github.com/tokio-rs/tokio-service#7ef3f1f7)
[INFO] [stderr]     Checking regex v0.1.80
[INFO] [stderr]    Compiling nix v0.7.0
[INFO] [stderr]     Checking env_logger v0.3.5
[INFO] [stderr]     Checking mio v0.6.2
[INFO] [stderr]     Checking tokio-core v0.1.2
[INFO] [stderr]     Checking mio-uds v0.6.0
[INFO] [stderr]     Checking tokio-proto v0.1.0 (https://github.com/tokio-rs/tokio-proto#dfd5a6bf)
[INFO] [stderr]     Checking tokio-uds v0.1.1
[INFO] [stderr]     Checking tokio-libvirt v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Migrating src/lib.rs from 2015 edition to 2018
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.48s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: bitflags v0.4.0
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] [stderr] crater-edition-check: tokio-libvirt v0.1.0 (/opt/rustwide/workdir) updating edition from 2015 to 2018
[INFO] [stderr]     Checking tokio-libvirt v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved import `xdr::xdr`
[INFO] [stdout]  --> src/libvirt_rpc_codec.rs:4:10
[INFO] [stdout]   |
[INFO] [stdout] 4 | use xdr::xdr::XdrReader;
[INFO] [stdout]   |          ^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `use` statements changed in Rust 2018; read more at <https://doc.rust-lang.org/edition-guide/rust-2018/module-system/path-clarity.html>
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]   |
[INFO] [stdout] 4 | use xdr::crate::xdr::xdr::XdrReader;
[INFO] [stdout]   |          ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `#[macro_use]` import
[INFO] [stdout]  --> src/lib.rs:4:1
[INFO] [stdout]   |
[INFO] [stdout] 4 | #[macro_use]
[INFO] [stdout]   | ^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `xdr::xdr`
[INFO] [stdout]  --> src/libvirt_rpc_codec.rs:4:10
[INFO] [stdout]   |
[INFO] [stdout] 4 | use xdr::xdr::XdrReader;
[INFO] [stdout]   |          ^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `use` statements changed in Rust 2018; read more at <https://doc.rust-lang.org/edition-guide/rust-2018/module-system/path-clarity.html>
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]   |
[INFO] [stdout] 4 | use xdr::crate::xdr::xdr::XdrReader;
[INFO] [stdout]   |          ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `#[macro_use]` import
[INFO] [stdout]  --> src/lib.rs:4:1
[INFO] [stdout]   |
[INFO] [stdout] 4 | #[macro_use]
[INFO] [stdout]   | ^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `msg`
[INFO] [stdout]    --> src/libvirt_rpc_codec.rs:173:26
[INFO] [stdout]     |
[INFO] [stdout] 173 |     fn encode(&mut self, msg: Packet, buf: &mut Vec<u8>) -> std::io::Result<()> {
[INFO] [stdout]     |                          ^^^ help: if this is intentional, prefix it with an underscore: `_msg`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `buf`
[INFO] [stdout]    --> src/libvirt_rpc_codec.rs:173:39
[INFO] [stdout]     |
[INFO] [stdout] 173 |     fn encode(&mut self, msg: Packet, buf: &mut Vec<u8>) -> std::io::Result<()> {
[INFO] [stdout]     |                                       ^^^ help: if this is intentional, prefix it with an underscore: `_buf`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `msg`
[INFO] [stdout]    --> src/libvirt_rpc_codec.rs:173:26
[INFO] [stdout]     |
[INFO] [stdout] 173 |     fn encode(&mut self, msg: Packet, buf: &mut Vec<u8>) -> std::io::Result<()> {
[INFO] [stdout]     |                          ^^^ help: if this is intentional, prefix it with an underscore: `_msg`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `buf`
[INFO] [stdout]    --> src/libvirt_rpc_codec.rs:173:39
[INFO] [stdout]     |
[INFO] [stdout] 173 |     fn encode(&mut self, msg: Packet, buf: &mut Vec<u8>) -> std::io::Result<()> {
[INFO] [stdout]     |                                       ^^^ help: if this is intentional, prefix it with an underscore: `_buf`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `tokio-libvirt` (lib) due to 1 previous error; 3 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `tokio-libvirt` (lib test) due to 1 previous error; 3 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "0a8fd454d20fa0bbf67fa9ee9c8d01a117c4002fc2277d7fa3ef2c8012ba762f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0a8fd454d20fa0bbf67fa9ee9c8d01a117c4002fc2277d7fa3ef2c8012ba762f", kill_on_drop: false }`
[INFO] [stdout] 0a8fd454d20fa0bbf67fa9ee9c8d01a117c4002fc2277d7fa3ef2c8012ba762f
